Carbon


Region Codes

Header: Script.h

enum {
    verUS = 0,
    verFrance = 1,
    verBritain = 2,
    verGermany = 3,
    verItaly = 4,
    verNetherlands = 5,
    verFlemish = 6,
    verSweden = 7,
    verSpain = 8,
    verDenmark = 9,
    verPortugal = 10,
    verFrCanada = 11,
    verNorway = 12,
    verIsrael = 13,
    verJapan = 14,
    verAustralia = 15,
    verArabic = 16,
    verFinland = 17,
    verFrSwiss = 18,
    verGrSwiss = 19,
    verGreece = 20,
    verIceland = 21,
    verMalta = 22,
    verCyprus = 23,
    verTurkey = 24,
    verYugoCroatian = 25
};

Constant descriptions

verUS

Represents the region of the United States.

verFrance

Represents the region of France.

verBritain

Represents the region of Great Britain.

verGermany

Represents the region of Germany.

verItaly

Represents the region of Italy.

verNetherlands

Represents the region of the Netherlands.

verFlemish
verSweden

Represents the region of Sweden.

verSpain
verDenmark

Represents the region of Denmark.

verPortugal

Represents the region of Portugal.

verFrCanada

Represents the French Canadian region.

verNorway
verIsrael

Represents the region of Israel.

verJapan

Represents the region of Japan.

verAustralia

Represents the region of Australia.

verArabic

Represents the Arabic world. This is the same as the region code verArabia.

verFinland

Represents the region of Finland.

verFrSwiss

Represents French for the region of Switzerland.

verGrSwiss

Represents German for the region of Switzerland.

verGreece

Represents the region of Greece.

verIceland

Represents the region of Iceland.

verMalta

Represents the region of Malta.

verCyprus

Represents the region of Cyprus.

verTurkey

Represents the region of Turkey.

verYugoCroatian

Represents the Croatian system for the region of Yugoslavia.

Region codes have the values shown here. Each region is associated with a particular language code and script code (not shown). Note that the existence of a defined region code does not necessarily imply the existence of a version of Macintosh system software localized for that region.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)